home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 0187.ZIP / LANDINST.DAT < prev    next >
Text File  |  1985-01-20  |  1KB  |  23 lines

  1.      LANDER is a game which simulates landing a ship on a planet.  The
  2. ship's fuel, speed, and height, as well as the gravity and the maximum
  3. successful landing speed on the planet, are randomly determined at the
  4. start of each game,   though they are weighted  according to the skill
  5. level chosen.  In order of increasing difficulty the choices are:
  6.  
  7.                B        Beginner
  8.                E        Expert
  9.                N        Navigator
  10.                A        Astronaut
  11.  
  12.       In  addition  to the usual  dangers of  running out of  fuel and
  13. landing too quickly (also known as crashing),  a swarm of meteors will
  14. occasionally get on a collision course with you.  If you do not change
  15. your course enough by burning a sufficient amount of fuel,  each has a
  16. 20 % chance of hitting you.   Even if you do so,  10 % of the time one
  17. of the rocks will stray and still hit you.
  18.  
  19.       This program  uses its own integer conversion  routines,  and so
  20. will not 'bomb' if the amount of fuel is mistyped.  A simple <carriage
  21. return> when the fuel is asked for is equivalent to '0'.
  22.  
  23.